go.pact.im/x/goupdate.moduleDiff.Path (field)

4 uses

	go.pact.im/x/goupdate (current package)
		diff.go#L19: 	Path string
		diff.go#L128: 			Path:      modulePath,
		htmlgen.go#L84: 		if err := g.moduleUpgradeSummary(d.Path, d.Old.Version, d.New.Version, d.Unchanged()); err != nil {
		textgen.go#L158: 	return g.section(d.Path+"@"+d.Old.Version+" => "+d.New.Version, func() error {